}
public String getProtocol()
{
return getPropertyAsString(PROTOCOL);
}
/**
* Sets the Path attribute of the UrlConfig object
}
public String getProtocol()
{
String protocol= getPropertyAsString(PROTOCOL);
if (protocol==null || protocol.equals(""))
{
return DEFAULT_PROTOCOL;
}